MindFusion.Wpf Pack Programmer's Guide
Layer(TColor, TPalette).DrawHighlights Method
See Also
 





Draws the layer's highlighted elements on the specified canvas.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract void DrawHighlights (
    ICanvasWithPalette<TColor> canvas,
    Rect bounds
)

Visual Basic  Copy Code

Public MustOverride Sub DrawHighlights( _
    canvas As ICanvasWithPalette(Of TColor), _
    bounds As Rect _
)

 Parameters

canvas

An ICanvasWithPalette specifying the drawing canvas.

bounds

A Rect specifying the map region to draw.

 See Also

Layer(TColor, TPalette) Members
Layer(TColor, TPalette) Class
MindFusion.Mapping Namespace